|
Organizations
Contact Info
|
Tutorials on Updating Student Organization Web Sites
You have three Options on how to update your organization's Web site:
-
-
- win.pass.psu.edu - Windows PASS Gateway
Important:
win.pass.psu.edu requires the "ISPtoPSU" VPN
connection when connecting from a non-Penn State Internet
connection (commercial dialup, cable modem, DSL, etc) - Read about how to download
and use the VPN client.
- Windows Users Using win.pass.psu.edu:
In Windows Explorer, select "Tools" --> "Map Network Drive" and type in for "Folder":
\\win.pass.psu.edu\clubs\CampusCode\ClubFolder
Where CampusCode is the 2-letter code for your campus and ClubFolder is the name of your organization's Web folder. Login with your Penn State Access Account username and password.
For example, the organization "USG" at University Park may use:
\\win.pass.psu.edu\clubs\up\usg
Alternatively, you may also connect the longer way:
\\win.pass.psu.edu\pass\services\www\clubs\wwwroot\CampusCode\ClubFolder
- Mac OS X Users Using win.pass.psu.edu:
In Finder, select "Go" --> "Connect to Server" and type in:
smb://win.pass.psu.edu/clubs/CampusCode/ClubFolder
Where CampusCode is the 2-letter code for your campus and ClubFolder is the name of your organization's Web folder. Login with your Penn State Access Account username and password. You may leave "Workgroup/Domain" blank.
UNIX/Linux users may use Samba (smbclient / smbmount) to connect to win.pass.psu.edu, but may prefer the NFS PASS Gateway.
- nfs.pass.psu.edu - NFS PASS Gateway
Microsoft Windows does not come with a native NFS client. Windows users are encouraged to use win.pass.psu.edu described above over nfs.pass.psu.edu.
Mac OS X Users Using nfs.pass.psu.edu:
Before connecting, login to https://nfs.pass.psu.edu/ to add an NFS Authentication Mapping. Type "id" in a Console window to find what your computer is using for your local account's "UID" (it is a number), needed for the NFS Authentication Mapping. Use your Penn State Access Account for the userid and password.
In Finder, select "Go" --> "Connect to Server" and type in:
nfs://nfs.pass.psu.edu/clubs/CampusCode/ClubFolder
Where CampusCode is the 2-letter code for your campus and ClubFolder is the name of your organization's Web folder.
Alternatively, you may connect the full path:
nfs://nfs.pass.psu.edu/pass/services/www/clubs/wwwroot/CampusCode/ClubFolder
Linux/UNIX Users Using nfs.pass.psu.edu:
Start NFS client services. In Redhat-based distributions of Linux (Suse, Caldera, Mandriva, Turbo, Fedora, etc), run:
/sbin/service portmap start
and
/sbin/service nfslock start
with root privileges.
Make a mount point for clubs, such as "/mnt/clubs", with the mkdir command (you will need permission to create this folder):
mkdir /mnt/clubs
Run (as root):
mount nfs.pass.psu.edu:/clubs /mnt/clubs
After mounting (you may also do this step before mounting), login to https://nfs.pass.psu.edu/ to add an NFS Authentication Mapping. Type "id" on the command line to find what your computer is using for your local account's "UID" (it is a number), needed for the NFS Authentication Mapping. Use your Penn State Access Account for the userid and password.
Your organization's folder will be in /mnt/clubs/CampusCode/ClubFolder, where CampusCode is the 2-letter code for your campus and ClubFolder is the name of your organization's Web folder.
Alternatively, one may mount nfs.pass.psu.edu:/.../dce.psu.edu/fs or nfs.pass.psu.edu:/: at a local directory such as /mnt/pass and thus find their organization's site at /mnt/pass/services/www/clubs/wwwroot/CampusCode/ClubFolder.
-
|