AIX Tape Utility Commands
AIX Tape Utility Commands
restore -Tvqf /dev/rmt0 > file To list information on a tape saved with backup or savevg
tar tvf /dev/rmt0 > file To list information on a tape saved with tar
tcl -f /dev/rmt0.1 fsf 3; restore -Tvqf /dev/rmt0 > file To list information on a tape saved
with mksysb
lsattr -l rmt0 -E To list the current values of the attributes for the tape device, rmt0
Server X
Start a server x
o ps -ef | dtlogin (identifiy all the process dtlogin)
o kill <PID> (kill the process from the result of the ps command)
o cd /etc
o sh rc.dt (Start the server X)
CD-ROM - DVD-ROM
CD-ROM utility
o cdromd Automatically mounts a CD-ROM or DVD-ROM when it is inserted (man cdromd
for more details)
o cdeject Eject a media from a CD drive managed by the cdromd daemon
o cdumount Unmounts a previously mounted file system on a device managed by
cdromd
o cdmount Make a file system available for user on a device managed by cdromd
o mount -V cdrfs -o ro /dev/cd0 /cdrom Mount a cd-rom