Check and mount the disc

Check what directory is most full
du -b | sort -n -r | more

List of available discs
fdisk -l

Show mounted discs/directories
mount

Configuration of mounted points
more /etc/fstab

List available vxdiscs
vxdg list
vxdisk list

Volume Group display
vgdisplay

Physivcal volume display
pvdisplay

Mount disc to directory /data-backup
mount.vxfs /dev/vx/dsk/vgopt/lvbackup /data-backup

Mount command output
tbusm:/iso # mount
/dev/sda2 on / type reiserfs (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
shm on /dev/shm type tmpfs (rw,size=16g)
securityfs on /sys/kernel/security type securityfs (rw)
tmpfs on /dev/vx type tmpfs (rw,size=4k,nr_inodes=2097152,mode=0755)
none on /dev/odm type vxodmfs (rw,smartsync)
proc on /var/lib/ntp/proc type proc (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
/dev/vx/dsk/vgopt/lvbackup on /data-backup type vxfs (rw,delaylog,largefiles,ioerror=mwdisable)

 

Jan D.
Jan D.

"The only real security that a man will have in this world is a reserve of knowledge, experience, and ability."

Articles: 673