Service Desk Knowledgebase: Operator Tasks: Difference between revisions

From Computer Laboratory System Administration
Jump to navigationJump to search
Line 58: Line 58:


==Hints, Tips & Known Issues==
==Hints, Tips & Known Issues==
'''Title''' [http://www.lookup.cam.ac.uk/person/??? Person] (Date)
'''Reinstall a machine''' [http://www.lookup.cam.ac.uk/person/gt19 Graham Titmus] (27/01/2015)


To reinstall a machine that is currently working you can do so by copying a fresh image into a spare partition.
# Login to the machine using your CL account
# Check to see which partitions are available on the machine
cl-asuser blkid
# Check which partition is in use at present
df /
# Choose the device like /dev/sda? that is '''not currently in use''' - the disc may show up as a UUID which you check against the balked listing
# Assuming /dev/sda2 is not currently in use then do the following (if /dev/sda2 is the current too then use dev=sda1 instead):-
dev=sda2
cd /a/misc-nosnap1/distros/ubuntu/clone/
sudo dd if=/dev/zero bs=512 count=3 of=/dev/$dev
sudo ./restore reinstall $dev
# Restart the machine when the reinstall is completed
# Check you can login
# If the machine is to be given to someone different form the current owner then run replacing $crsid with their actual crossed i.e. gt19
cl-asuser cl-hostid-fix --user $crsid -a
----
----


==Categorising Keywords==
==Categorising Keywords==
* Machine moves installation network patching telephones
* Machine moves installation network patching telephones

Revision as of 16:57, 27 January 2015


This is the Operator Tasks content page of the CL Wiki Service Desk Knowledgebase. Its purpose is to provide information to the Service Desk team on how to handle problems and requests about this CL service. If you are involved with the provision of this CL service please feel free to add to the knowledge about that it.

If CL staff need to tell the Service Desk team about problems with this service please email
sys-admin-aside@cl.cam.ac.uk.

Return to the Service Desk Knowledgebase SERVICE PORTFOLIO

Key Service Description & URLs

The operation processes are to install and move hardware and to install and update the operating system when a machine is re-deployed. In addition telephones and network connections are maintained. Unused equipment is to be reclaimed and unused wiring to be removed.

CL Customer Documentation

Further CL Sys-Admin Resources

Underpinning Services

  • ??? - Any supporting or underpinning services

Customer-base for this Service

  • All staff and students of the Computer Laboratory

Costs

  • Free to all current staff and students of the Computer Laboratory

SLA

  • N/A

Service Desk Call Handling Procedure

Escalation points and key contacts to be defined...

  • RT tickets can be escalated to the sys-admin team by changing the Queue as sys-admin with the Owner set to Nobody and the Status set to new.
  • RT tickets can be taken from the oper queue by the oper team. When the work requested has been completed the ticket should be set to new, the owner to nobody and the queue to sys-admin.

Contacts

Primary

Other

Availability

  • Monday to Friday 9-5

Hints, Tips & Known Issues

Reinstall a machine Graham Titmus (27/01/2015)

To reinstall a machine that is currently working you can do so by copying a fresh image into a spare partition.

  1. Login to the machine using your CL account
  2. Check to see which partitions are available on the machine
cl-asuser blkid
  1. Check which partition is in use at present
df /
  1. Choose the device like /dev/sda? that is not currently in use - the disc may show up as a UUID which you check against the balked listing
  2. Assuming /dev/sda2 is not currently in use then do the following (if /dev/sda2 is the current too then use dev=sda1 instead):-
dev=sda2
cd /a/misc-nosnap1/distros/ubuntu/clone/
sudo dd if=/dev/zero bs=512 count=3 of=/dev/$dev
sudo ./restore reinstall $dev
  1. Restart the machine when the reinstall is completed
  2. Check you can login
  3. If the machine is to be given to someone different form the current owner then run replacing $crsid with their actual crossed i.e. gt19
cl-asuser cl-hostid-fix --user $crsid -a

Categorising Keywords

  • Machine moves installation network patching telephones