Nanofab Staff Internal Pages: Difference between revisions
Jump to navigation
Jump to search
Mehalana v (talk | contribs) |
Mehalana v (talk | contribs) (work in progess NF sync) |
||
Line 45: | Line 45: | ||
*#Restore |
*#Restore |
||
*#Add Device to Network |
*#Add Device to Network |
||
*##open /etc/dhcpd.config in editor and add a new line : '''host [host-name] {hardware ethernet [mac-address]; fixed address [host-name]; }''' |
|||
*##<nowiki>open /etc/hosts in editor and add a new line : [host-name] [ip-address]</nowiki> Note: '''Restricted''' Subnet: 10.1.1.xxx and '''Unrestricted''' Subnet : 10.1.2.xxx |
|||
*#Nanofile Sync |
*#Nanofile Sync |
||
*##Add a new Device |
*##Add a new Device |
||
*###Make sure Device is connected to Nanofiles |
|||
*###Connect the Network drive \\nanofiles\staff |
|||
*###Copy '''grsync''' directory from the network and paste it to '''c:\''' drive |
|||
*###Run the '''Init.bat''' in the grsync directory, press enter twice (make sure do not enter any password) besides remember the part of the stored SSH key |
|||
*###open the sync.bat in notepad change |
|||
*####'''SET MACHINE=[host-name]''' |
|||
*####create a nanofiles - userdata directory in public folder Note : In case of Drive change use this syntax '''/cygdrive/[drive-letter]/''' |
|||
*##Replace a Device |
*##Replace a Device |
||
*#Generating New WireGard VPN Credentials |
*#Generating New WireGard VPN Credentials |
||
Line 72: | Line 81: | ||
**#To view files within a snapshot: restic -p /etc/restic-pwd --repo sftp:restic@datagrove:/srv/backup ls -l [snapshort-id] --target /srv/users/Staff/Incoming/tools/FluorineEtcher/logs | grep "[dir-path-to-search]" |
**#To view files within a snapshot: restic -p /etc/restic-pwd --repo sftp:restic@datagrove:/srv/backup ls -l [snapshort-id] --target /srv/users/Staff/Incoming/tools/FluorineEtcher/logs | grep "[dir-path-to-search]" |
||
**#To restore a single directory: restic -p /etc/restic-pwd --repo sftp:restic@datagrove:/srv/backup restore [snapshort-id] --target [dir-path-save-restore-data] --include [dir-path-to-restore] |
**#To restore a single directory: restic -p /etc/restic-pwd --repo sftp:restic@datagrove:/srv/backup restore [snapshort-id] --target [dir-path-save-restore-data] --include [dir-path-to-restore] |
||
**Note: Please replace all value in [square-bracket] as mention |
**Note: Please replace all value in [square-bracket] as mention |
||
*'''NanoFab Wiki''' |
*'''NanoFab Wiki''' |
||
**Restart |
**Restart |
Revision as of 00:27, 25 August 2023
Pages intended for NanoFab Staff, internal.
Equipment Group
- Video Training Procedures - How to record, edit and publish a video training.
Process Group
- Job Tracking - pages to organize and track our remote 'fab service jobs
- Billing Instructions (RechargeApp) - info on entering billing into RechargeApp.
- Includes Supplies Costs.
- ASML Dicing Guide Programming - how to print dicing guides on a wafer
- Process Control Data - all the links to process calibration/repeatability data in one place.
NanoFab IT
Computers, Networks, FTP/File-Sync etc.
- Instructions+Procedures can be found in gDrive > Facilities Group > Computer Systems
- Unifi Network SDN
- Network Hardware Maintenance
- Add/Remover User for Unifi Network Controller
- Switch Maintenance
- Restart
- Reset
- Add/Replace new Switch visit store.ui.com/us/en we are using follow switch below
- switching-standard 48/24/16 ports
- switching-aggregation 8 Ports
- Flex Mini 5 Ports
- Add/ Replace Fail SFP Receiver When searching in the Maintenance Shop, locate the bin labeled SFP Receiver & look for 1000 BASE-LX 1310-nm SFP Receiver
- Add/ Replace Fail Fiber Cable When searching in the Maintenance Shop, locate the bin labeled Fiber LC to SC and search for the Optical Fiber Patch Cable.
- Add/Replace the Ethernet patch We have four length of the patch cable 3/5/10/15 ft located in the Tel/Data RM#1117 In both case please update the IT Hardware Log Sheet: Eth Ports, Endpoints
- Patch Pannel to Switch Label format : <<sw-name>>-<<port-number>>
- System to Wall Port Lable format : Nanofile-Network 10.1.1.1/16
- Network Hardware Maintenance
- Synology
- Active Backup for Business
- Add new device
- Add new server
- Restore a device
- Create a new Network Share Folder
- Add a Device to Apple Time Machine
- Server Maintenance
- Active Backup for Business
- Nanofiles
- Failover (CARP)
- Restart
- Restore
- Add Device to Network
- open /etc/dhcpd.config in editor and add a new line : host [host-name] {hardware ethernet [mac-address]; fixed address [host-name]; }
- open /etc/hosts in editor and add a new line : [host-name] [ip-address] Note: Restricted Subnet: 10.1.1.xxx and Unrestricted Subnet : 10.1.2.xxx
- Nanofile Sync
- Add a new Device
- Make sure Device is connected to Nanofiles
- Connect the Network drive \\nanofiles\staff
- Copy grsync directory from the network and paste it to c:\ drive
- Run the Init.bat in the grsync directory, press enter twice (make sure do not enter any password) besides remember the part of the stored SSH key
- open the sync.bat in notepad change
- SET MACHINE=[host-name]
- create a nanofiles - userdata directory in public folder Note : In case of Drive change use this syntax /cygdrive/[drive-letter]/
- Replace a Device
- Add a new Device
- Generating New WireGard VPN Credentials
- Server-Side
- Commend for generating the keys cd /etc/wireguard wg genkey | tee privatekey_<<replace it with username>> | wg pubkey > publickey_<<replace it with username>>
- Add a new line in /etc/hostname.wg0 PublicKey = <<public_key_of_new_user>> AllowedIPs = 10.1.10.XXX/32
- Service Restart sh /etc/netstart wg0
- Client-Side
- Generate the a new file with .conf extension [Interface] Address = 10.1.10.XXX/32 DNS = 10.1.1.1 PrivateKey = <<privatekey_of_new_user>>
[Peer] PublicKey = hHngYmJZUxRfLAmCxhC00m80hjsNDKl4LKV4iDYN+TY= Endpoint = nanofiles1.ece.ucsb.edu:5900 AllowedIPs = 10.1.0.0/16 PersistentKeepalive = 25
- Generate the a new file with .conf extension [Interface] Address = 10.1.10.XXX/32 DNS = 10.1.1.1 PrivateKey = <<privatekey_of_new_user>>
- Server-Side
- Signupmonkey
- Failover
- Restart
- Restore
- RechargeApp
- Failover
- Restart
- Restore
- Nanofabserver2
- Restart
- Restore
- DataGrove
- Restore Backup
- Login to nanofiles2
- Get the list of the Snapshots: restic -p /etc/restic-pwd --repo sftp:restic@datagrove:/srv/backup snapshots
- To view files within a snapshot: restic -p /etc/restic-pwd --repo sftp:restic@datagrove:/srv/backup ls -l [snapshort-id] --target /srv/users/Staff/Incoming/tools/FluorineEtcher/logs | grep "[dir-path-to-search]"
- To restore a single directory: restic -p /etc/restic-pwd --repo sftp:restic@datagrove:/srv/backup restore [snapshort-id] --target [dir-path-save-restore-data] --include [dir-path-to-restore]
- Note: Please replace all value in [square-bracket] as mention
- Restore Backup
- NanoFab Wiki
- Restart
- Restore
- NanoFab Server UPS
- Battery Test
- Utilities Software
- LogMeIn
- Add a new Device
- Add a new user
- Remove a External/Internal User
- LogMeIn
Useful UCSB Pages
- Facilities Work Requests - Here's where you report facilities repair requests, like replacing light bulbs, building problems (doors, elevators) etc.
Old / Defunct
Old pages we don't use on the Wiki anymore, but are kept for possible utility later on.
- Lab Stocking/Supplies Tasks - Not needed anymore 2021-02
- Old Deposition Data - 2021-12-15 - removed from main Dep pages
- New Deposition Data - NastaziaM 2021-11-22 - combo of old & new links. Can probably be safely deleted.
- Deposition Data - temporary 2021-12-15 - staging for new links, copied to PECVD/Sputter Recipes pages on 2021-12-15. This can probably be safely deleted.