This is the command I would use too, however if you are sharing it READ only across multiple lpars, and have not implemented shared sysplex filesystem, then there is no way to change the mount characteristics.
Based on your last email it looks like you were able to accomplish what you wanted. _________________________________________________________________ Dave Jousma Assistant Vice President, Mainframe Engineering [email protected] 1830 East Paris, Grand Rapids, MIĀ 49546 MD RSCB2H p 616.653.8429 f 616.653.2717 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Anthony Thompson Sent: Tuesday, April 12, 2016 8:11 PM To: [email protected] Subject: Re: How to make USS ROOT read/write temporarily? I use the chmount command: chmount -w / (and the -r switch is used to turn the filesystem hosting the named directory back to read-only) By default this command is stored in usr/sbin, some sites moves it to /bin so it's in the default path. Ant. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Jesse 1 Robinson Sent: Wednesday, 13 April 2016 8:44 AM To: [email protected] Subject: How to make USS ROOT read/write temporarily? We need to make a production USS ROOT R/W temporarily in order to define a new directory that will point to a separate ZFS. Then back to read-only. I don't remember how to do it. Help. . . . J.O.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler SHARE MVS Program Co-Manager 323-715-0595 Mobile 626-302-7535 Office [email protected]<mailto:[email protected]> ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN This e-mail transmission contains information that is confidential and may be privileged. It is intended only for the addressee(s) named above. If you receive this e-mail in error, please do not read, copy or disseminate it in any manner. If you are not the intended recipient, any disclosure, copying, distribution or use of the contents of this information is prohibited. Please reply to the message immediately by informing the sender that the message was misdirected. After replying, please erase it from your computer system. Your assistance in correcting this error is appreciated. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
