| « How to mount CD / DVD in Aix | How to configure disk to use for veritas volume manager (VxVM) » |
Sep
17
HP-UX: How to Restore Printer Spooler Configuration
HP-UXIn 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 from source to target system
# scp -rp /var/sam/lp target_system:/var/sam/lp/./
In the Target System:
- Restore printer spooler configurations
# chmod 755 /var/sam/lp
# /usr/sam/lbin/lpmgr -R
This will restore the info in /var/sam/lp/* on the new system
Using SAM:
SAM --> printer and plotters --> lp spooler --> save/restore spooler configuration. Then, Actions --> Restore spooler configuration
Recent comments