> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Jousma, David > Sent: Thursday, December 29, 2011 7:27 AM > To: [email protected] > Subject: Re: z/OS 1.13 - Can the root file system be shared > as read/write? > > Cant specifically answer your question. But in general, I > don't like mounting any of the z/OS product ZFS file systems > read/write because "junk" tends to collect in them whether by > accident or on purpose. We are not doing sysplex sharing, > but do mount them all READ only. > > _________________________________________________________________ > Dave Jousma
That's my plan too. I mount all my "root" filesystems (SYSPLEX, VERSION, & SYSTEM) as READ, along with the "product" filesystems as well. If I really need to do an update, I use a UNIX shell and "cd" to the proper subdirectory. Then do a "chmount -w .". Update the filesystem (update a file or rmdir or mkdir, whatever). Then "chmount -r ." again. My .profile adds /usr/sbin to my PATH, which makes using chmount easier. -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * [email protected] * www.HealthMarkets.com Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

