VMSA-Volume manager storage administrator(VxVM 3.2)
Confirm that the vmsa server is not running
# vmsa_server -q
(volume manager storage administrator server: not running)
Start the vmsa server
# vmsa_server & or # vmsa_server -s
# vmsa_server -q
(volume manager storage administrator server:running)
Stop the vmsa server
# vmsa_server -k
# vmsa_server -q
(volume manager storage administrator server: not running)
Auto-start activation
Auto-start mode starts whenever a vmsa client retries to connect to the server.
# ./opt/HPvmsa/bin/autostart on /opt/HPvmsa
Adding server auto-start lines to /etc/services...
adding server auto-start lines to /etc/inetd.conf...
removing boot-time server start up script...
HANGUP inetd
Confirm that auto-start is enabled
# netstat -a | grep vmsa
tcp 0 0 *.vmsa *.* LISTEN
VMSA directiories
# ll /var/opt/vmsa/logs/ (logfiles)
# ll /opt/HPvmsa/bin (commands for start/stop)
# vi /opt/HPvmsa/vmsa/properties (customization of the GUI properties)
VEA-Veritas enterprise administrator(VxVM 3.5)
You use the VxVM VEA to administer disks, volumes, and file systems on local or remote machines. VxVM VEA is a java-based interface that consists of a server(vxsvc)and a client(vea). The server runs on a UNIX machine that is running VxVM. The client runs on any machine that support the java runtime environment.
Confirm that the vxsvc server is not running
# /opt/VRTSob/bin/vxsvc -m
Start the vxsvc
# /opt/VRTSob/bin/vxsvc
# /opt/VRTSob/bin/vxsvc -m
Current state of server: START PENDING
# /opt/VRTSob/bin/vxsvc -m
Current state of server: RUNNING
Stop a running vxsvc
# /opt/VRTSob/bin/vxsvc -k
Start the client on a UX 11i system
# /opt/VRTSob/bin/vea
Log & Lock files
# ll /var/vx/isis
阅读(2234) | 评论(0) | 转发(0) |