HP-UX: How to check hpux block size

The “df -g” command shows it, but apparently not if you are using Veritas file-system; Veritas says they do not support “df -g” So, instead, for VxFS on HPUX, use “/usr/sbin/fstyp -v <special>”, where “<special>” is the block-special device underlying the file-system. # /usr/sbin/fstyp -v /dev/vgfc07/asgr07vxfsversion: 5f_bsize: 8192f_frsize: 2048f_blocks: 262012928f_bfree: 261972575f_bavail: 253785933f_files: 65493168f_ffree: 65493136f_favail: 65493136f_fsid: …

HP-UX: How to check hpux block size Read More »

HP-UX: Setting up File Systems using LVM

  Use Using a logical volume manager allows you to distribute partitions (logical volumes) across several disks (physical volumes). The individual logical volumes are grouped together into volume groups. File systems can be larger than physical disks, but not larger than the volume group. Procedure 1. Examine device configuration Enter the command: ioscan -f -C …

HP-UX: Setting up File Systems using LVM Read More »

HP-UX: How to Restore Printer Spooler Configuration

In the Source Server: Save your printer spooler configurations with below command # /usr/sam/lbin/lpmgr -S This will save the info in the /var/sam/lp/lpinfo file Using SAM: SAM –> printer and plotters –> lp spooler –> save/restore spooler configuration.Then, Actions –> Save spooler configuration. This will save all your printer info to /var/sam/lp Copy the configurations …

HP-UX: How to Restore Printer Spooler Configuration Read More »

How to configure disk to use for veritas volume manager (VxVM)

Detect new disk -> dfsadm, cfgadm -c configure control_number li> Labeling disk -> format, choose disk number, label Configure disks # vxdisksetup -i disk_name or using vxdiskadm -> choose 1. Add or initialize one or more disks Make diskgroup # vxdg init dg_name disk_name=device_name * vxdg init backupdg backupdg01=Disk_24 Make volume # vxassist -g backupdg …

How to configure disk to use for veritas volume manager (VxVM) Read More »

Scroll to Top