Sponsored Content
Top Forums UNIX for Advanced & Expert Users Mount Point goes into a very strange state. Post 303041612 by hicksd8 on Friday 29th of November 2019 06:10:24 AM
Old 11-29-2019
Another thought is this. There have also been issues with such mounts resuming activity after hibernation (or link timeout) whereby upon resumption there is a problem authenticating (credentials error). Does this error only occur after a significant inactivity on the share? Does it not happen if you keep it busy? Could be useful to test that out.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Recover mount point

A disk was sliced into 6 slices with m01 being the mount point for one of the slices. This mount point was deleted with rmdir (ie. rmdir m01). What is the easiest way to recover this mount point? (1 Reply)
Discussion started by: here2learn
1 Replies

2. UNIX for Dummies Questions & Answers

mount point

hi people, I'm trying to create a mount point, but am having no sucess at all, with the following: mount -F ufs /dev/dsk/diskname /newdirectory but i keep getting - mount-point /newdirectory doesn't exist. What am i doing wrong/missing? Thanks Rc (1 Reply)
Discussion started by: colesy
1 Replies

3. UNIX for Dummies Questions & Answers

concept of mount point

Hi All I Know it is a really basic and stupid question perhaps...But I am going bonkers.. I have following valid paths in my unix system: 1. /opt/cdedev/informatica/InfSrv/app/bin 2. /vikas/cdedev/app Both refer to the same physical location. So if I created one file 'test' in first... (3 Replies)
Discussion started by: Vikas Sood
3 Replies

4. UNIX for Advanced & Expert Users

mount point lists

is there any command to know the list of mount points in a server.i need only the mount point lists.i tried using df but it was not helpful.i am using Solaris (1 Reply)
Discussion started by: dr46014
1 Replies

5. Red Hat

NFS mount point

Hi, Can you tell me something about NFS mount point ? Regards, Maddy (3 Replies)
Discussion started by: Maddy123
3 Replies

6. Red Hat

Regarding NFS mount point

Dear All, We have two different mount points in Linux NFS one is 15 TB and another one is 15 TB. Can we club both of the two mount points and club in to a single volume in Linux. As we need to restore Database in that single volume. Kindly help us on this. Regards , rj (10 Replies)
Discussion started by: jegaraman
10 Replies

7. AIX

How to change the mount point of LV?

I have situation where my disk upon reboot, has its mount point as # LOGICAL VOLUME: disk4vol VOLUME GROUP: disk4vg LV IDENTIFIER: 00f609aa00004c0000000152414b786c.1 PERMISSION: read/write VG STATE: active/complete LV STATE: closed/syncd TYPE: jfs2 WRITE VERIFY: off MAX LPs: 512 PP SIZE: 512... (1 Reply)
Discussion started by: mrmurdock
1 Replies

8. Solaris

Sol 10 - Strange NFS behaviour - adminnfs prefix to mount point

Something has changed..... /etc/vfstab entry:- host1:/backup/RMAN - /RMAN nfs - no rw,hard,rsize=32768,wsize=32768,llockBut when I mount it, and run df -k | grep RMANResults are:- host1:/backup/RMAN 54971960832 26752241664 28219719168 49% ... (1 Reply)
Discussion started by: psychocandy
1 Replies

9. 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

10. AIX

AIX lsvg strange LV STATE and MOUNT POINT

What does it mean when your LV STATE changes to closed/syncd? What does it mean when your mount point is #? I was not able to mount it or write data to it. So in this case since there was no data in /opt/cvt I used rmlv to get rid of it. Why did I have to manually edit /etc/filesystems to get rid... (1 Reply)
Discussion started by: cokedude
1 Replies
DACS_CURRENT_CREDENT(8) 				     DACS Web Services Manual					   DACS_CURRENT_CREDENT(8)

NAME
dacs_current_credentials - display DACS credentials SYNOPSIS
dacs_current_credentials [dacsoptions[1]] DESCRIPTION
This program is part of the DACS suite. The dacs_current_credentials web service provides information about the credentials that accompany the request and the identities described by those credentials. It can be used to determine whether credentials are valid, confirm who they belong to, find out which roles are associated with the credentials, and so on. If user activity[2] data is available, dacs_current_credentials can also return information for the identity associated with each valid set of credentials, including the time of the last sign on and a description of any sign-on that is still "active" (i.e., has not expired and was not signed off). This information can be useful for detecting unauthorized account access, regardless of the authentication method used, and other potentially problematic activity. The FORMAT argument[3] determines the type of output, with the default being HTML, using the style sheet dacs_current_credentials.css[4]. If XML output is selected, a document conforming to dacs_current_credentials.dtd[5] is returned, which supplies additional information. The JSON format is also recognized. The previous_auth and active_auth elements appear only when user activity tracking data is accessible. The previous_auth element is empty if there are not two or more records of authentication activity for the associated identity. For a given identity, an active_auth element is present for each authentication event for which there is no corresponding sign off event, other than the most recent one, and for which the issued credentials have not expired - these are "active sessions". Reauthentication as the same identity does not create a sign off event, however, and signing off (e.g., via dacs_signout(8)[6]) does not necessarily mean that a user agent has destroyed credentials (though that is normally the case). Also, a user can unilaterally destroy credentials (e.g., by terminating a browser session or removing cookies manually), so not all active sessions necessarily exist. OPTIONS
Web Service Arguments dacs_current_credentials accepts the following arguments in addition to the standard CGI arguments[7]. DETAIL If "yes", this optional argument requests additional information. It is recognized only in conjunction with XML format output. By default, this argument can only be used by a DACS administrator (see dacs_admin()[8]). The activity tracking information is returned only if detail is requested. EXAMPLE
After authenticating[9] as DSS::INFOCARDS:bob, invoke dacs_current_credentials (HTML)[10] to view the identity (or identities) stored as a cookie in your browser. Information about the credentials can also be returned as XML[11]. FILES
dacs_current_credentials.css[4] DIAGNOSTICS
The program exits 0 if everything was fine, 1 if an error occurred. SEE ALSO
dacs_authenticate(8)[12], dacs_signout(8)[6] AUTHOR
Distributed Systems Software (www.dss.ca[13]) COPYING
Copyright2003-2012 Distributed Systems Software. See the LICENSE[14] file that accompanies the distribution for licensing information. NOTES
1. dacsoptions http://dacs.dss.ca/man/dacs.1.html#dacsoptions 2. user activity http://dacs.dss.ca/man/dacs.1.html#tracking_user_activity 3. FORMAT argument http://dacs.dss.ca/man/dacs.services.8.html#FORMAT 4. dacs_current_credentials.css http://dacs.dss.ca/man//css/dacs_current_credentials.css 5. dacs_current_credentials.dtd http://dacs.dss.ca/man/../dtd-xsd/dacs_current_credentials.dtd 6. dacs_signout(8) http://dacs.dss.ca/man/dacs_signout.8.html 7. standard CGI arguments http://dacs.dss.ca/man/dacs.services.8.html#standard_cgi_args 8. dacs_admin() http://dacs.dss.ca/man/dacs.exprs.5.html#dacs_admin 9. authenticating https://dacs.dss.ca/infocard-demo/cgi-bin/dacs/dacs_authenticate?USERNAME=bob&PASSWORD=foozle&DACS_JURISDICTION=INFOCARDS&AUXILIARY=&DACS_BROWSER=1&COOKIE_SYNTAX=COOKIE_NETSCAPE 10. invoke dacs_current_credentials (HTML) https://dacs.dss.ca/infocard-demo/cgi-bin/dacs/dacs_current_credentials?FORMAT=HTML 11. returned as XML https://dacs.dss.ca/infocard-demo/cgi-bin/dacs/dacs_current_credentials?FORMAT=XML&DETAIL=yes 12. dacs_authenticate(8) http://dacs.dss.ca/man/dacs_authenticate.8.html 13. www.dss.ca http://www.dss.ca 14. LICENSE http://dacs.dss.ca/man/../misc/LICENSE DACS 1.4.27b 10/22/2012 DACS_CURRENT_CREDENT(8)
All times are GMT -4. The time now is 06:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy