Sponsored Content
Top Forums Shell Programming and Scripting Script to find a mount point on multiple server Post 302828075 by gartie on Monday 1st of July 2013 02:32:52 PM
Old 07-01-2013
Script to find a mount point on multiple server

Hi,

I have to find a mount point called... /opt/recall on multiple servers.. .Could someone give me a suggestion on how I could do this?
 

10 More Discussions You Might Find Interesting

1. AIX

NFS mount point monitoring script

Hi, I'm looking to create a NFS mount point monitoring shell script not sure if im going the right way about it so could do with some help. What i was thinking of doing was using the below command but am unsure how to handle the output. So if the filesyetem is active it will return "1" but if... (4 Replies)
Discussion started by: elmesy
4 Replies

2. Shell Programming and Scripting

Find duplicate filenames and remove in different mount point

Hi Gurus, Do any kind souls encounter have the same script as mentioned here. Find and compare filenames in different mount point and remove duplicates. Thanks a million!!! wanna13e (7 Replies)
Discussion started by: wanna13e
7 Replies

3. Shell Programming and Scripting

Shell script for Server Mount Point space check

Does anybody have anything I can use to help me out with this one? (4 Replies)
Discussion started by: lbone007
4 Replies

4. Shell Programming and Scripting

Checking the space for /archlog mount point script

I have the below shell script which is checking /archlog mount point space on cappire(solaris 10) server. When the space usage is above 80% it should e-mail. When i tested this script it is working as expected. -------------------------------------------------------------------------... (0 Replies)
Discussion started by: dreams5617
0 Replies

5. UNIX for Advanced & Expert Users

Checking the space for /archlog mount point script

I have the below shell script which is checking /archlog mount point space on cappire(solaris 10) server. When the space usage is above 80% it should e-mail. When i tested this script it is working as expected. #!/usr/bin/ksh export MAIL_LIST="tlr.voora@zamn.com" export ARCH_STATUS=`df -k... (1 Reply)
Discussion started by: dreams5617
1 Replies

6. Solaris

Mount point in a server

Hi , How to find out mount point in a server ? OS -- SunOS 5.6 Generic sun4u sparc SUNW Thanks (4 Replies)
Discussion started by: Maddy123
4 Replies

7. Shell Programming and Scripting

Mount Point Increase script

Hello all. My aim is to monitor the size of my mount points. The algo that I want to follow is like this: 1) Use df -h to print all mount points. 2)Extract only Capacity and Mounted On columns and save them in Array1. 3)After 10 minutes , do the above same and save in Array 2 the 2 very... (1 Reply)
Discussion started by: Junaid Subhani
1 Replies

8. Shell Programming and Scripting

Script for NFS mount point

Hi , i have create the bash script for nfs but in this script asking for mount point only once it is it prompting for second time. example: do you wants to create any other mount point ? note(if i give yes it should ask me to add the mount point else it should proceed with next step) it... (5 Replies)
Discussion started by: Rahulne25
5 Replies

9. Solaris

In Solaries 10 how to mount multiple volume on same mounted point

Hi , I am completely stuck and not getting any clue to come out this . So looking for help Q : I have salaries 10 in server with that Dell Equallogic storage connected. in dell Equlalogic in i have 70 TB storage . I created 7 volumes 10 TB each . In Solaries 10 i have syslog server i... (1 Reply)
Discussion started by: Roahn Tiwari
1 Replies

10. UNIX for Beginners Questions & Answers

How to create a new mount point with 600GB and add 350 GBexisting mount point? IN AIX

How to create a new mount point with 600GB and add 350 GBexisting mount point Best if there step that i can follow or execute before i mount or add diskspace IN AIX Thanks (2 Replies)
Discussion started by: Thilagarajan
2 Replies
UML_MOUNT(1)						      General Commands Manual						      UML_MOUNT(1)

NAME
uml_mount -- allows to mount UMLFS file system using the fuse libraries SYNOPSIS
uml_mount [mount-point] [options] DESCRIPTION
This manual page documents briefly the uml_mount command. This command uses the FUSE (File system in USErspace) libraries and invokes the FUSE_MOUNT function which expects a mount point and some parameters as arguments. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. For a practi- cal example, please refer to the link below. uml_mount is used to mount UMLFS file system. ARGUMENTS
mount-point This is the mount point where to mount the UMLFS file system with. [options] These are the other options accepted by the 'fuse_mount' function. General options: -h The "-h" option prints the help. -V The "-V" option prints the version. -o opt,[opt...] The "-o" option allows to provide further mount (only, not un-mount) option(s) to the command line. FUSE options: -d -o debug The "-d" option enable the debug output. It implies "-f". -f The "-f" option foregrounds the operation. -s The "-s" options disable multi-threaded operation. -o allow_other The "-o allow_other" option allows access to other users. -o allow_root The "-o allow_root" option allows access to root. -o nonempty The "-o nonempty" option allows mounts over non-empty file/dir. -o default_permissions The "-o default_permissions" enables permission checking by kernel. -o fsname=NAME The "-o fsname=NAME" option sets file system name. -o large_read The "-o large_read" option issues large read requests (2.4 only). -o max_read=N The "-o max_read=N" option sets the maximum size of read requests. SEE ALSO
The HostFs (link to URL http://user-mode-linux.sourceforge.net/new/hostfs.html) usage explanation within the User-Mode-Linux Web Site AUTHOR
uml_mount was written by Jeff Dike. This manual page was written by Stefano Melchior (stefano.melchior@openlabs.it) for the Debian GNU/Linux system, based on material in the Official User Mode Linux Web Site. UML_MOUNT(1)
All times are GMT -4. The time now is 02:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy