0% found this document useful (0 votes)
9 views2 pages

CreatingAccounts GettingAccess-Week0

The document provides step-by-step instructions for ordering a Cisco email account and workspace, registering for Github5, accessing repositories and servers, and setting up a workspace. It includes links to relevant resources and detailed commands for configuring user environments. Users are guided through ticket submission processes and configuration of SSH keys and profiles.

Uploaded by

surajckumble03
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

CreatingAccounts GettingAccess-Week0

The document provides step-by-step instructions for ordering a Cisco email account and workspace, registering for Github5, accessing repositories and servers, and setting up a workspace. It includes links to relevant resources and detailed commands for configuring user environments. Users are guided through ticket submission processes and configuration of SSH keys and profiles.

Uploaded by

surajckumble03
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1) Order Email Account from eStore

a. To order a Cisco email, login to https://estore.cisco.com/


b. Search for ‘Email Account – Request’ and click on it
c. Click on order, fill the required details and submit

2) Order Workspace from eStore


a. To order a Cisco email, login to https://estore.cisco.com/
b. Search for ‘Engineering – WorkSpace Storage’ and click on it
c. Click on order, fill the required details and submit

3) Register to Github5
a. To register to github5, login to https://ctgbuild.cisco.com/cerebro7/#! and raise a ticket
b. Click on CTGBuild Ticket System >> Create a new Ticket
c. Select Product Type and click Next
d. Select ‘Action Request’ and click Next
e. Select Request as ‘General Request’ and fill in Brief Subject and Comment line. (Refer
Ticket #113819)
f. If still not able to access github, raise a ticket here
-https://engit.cisco.com/ci/#/request/question , else go to step 4
g. Select Service Offering as ‘Github’ and Category as ‘New User Access’. Fill the remaining
details and submit

4) Access to Repository
a. To gain access to repository, get yourself added to respective teams by raising another
ticket here - https://ctgbuild.cisco.com/cerebro7/#!
b. Follow the same steps as done previously and give appropriate Subject and Comment.
(refer Ticket #113784)

5) Access to bgl-citg server


a. To gain access to bgl-citg server, login to https://ctgbuild.cisco.com/cerebro7/#! and
raise a ticket
b. Follow the same steps as done previously and give appropriate Subject and Comment.
(refer Ticket #116130)

6) Setting up Workspace
a. Upload .bash_profile, .bashrc, .gitconfig under /users/<username>. And update
username details in all files.
These files are present in this location : \\bgl11-netapp-ns\local\evvbu\evvbu\
CUCM_Training\New_Joinee_Induction\Week_0\Files.zip
b. Generate a SSH key and copy it to git
i. To do this, run ‘ssh-keygen’ in Command Prompt
ii. Confirm the default path .ssh/id_rsa
iii. Leave the PassPhrase blank
iv. Open id_rsa.pub (vi .ssh/id_rsa.pub) and copy the entire key
v. Go to https://github5.cisco.com/orgs/CUCM/ >> Profile (on right top
corner) >> Settings >> SSH and GPG keys >> New SSH key
vi. Give the Title as SSH and paste the SSH key below
c. Download and launch MobaXterm
i. Download MobaXterm from here - https://mobaxterm.mobatek.net/download-
home-edition.html
ii. Launch MobaXterm and click on Sessions in top left corner
iii. Click on SSH, enter Remote host as ‘bgl-citg62’ and specify your
username
d. Update .gitconfig file
i. Make sure you are in /users/<username> directory
ii. Run ‘vi .gitconfig’
iii. Update fields for email, mail, name and username
e. Update .bash_profile
i. Make sure you are in /users/<username> directory
ii. Run export USERSCRIPTS_DIR=/auto/ipcbu-builds/Published/UserScripts_git/
iii. Run export PATH=$USERSCRIPTS_DIR:$PATH
iv. Open .bash_profile (vi .bash_profile) and make sure the path is
updated to /auto/ipcbu-builds/Published/UserScripts_git/

f. Copy SSH key to authorized_keys file and modify permission


i. Run ‘ssh-keygen -t rsa’ and press enter when prompted for password,
passphrase or filename
ii. Run ‘cp $HOME/.ssh/id_rsa.pub $HOME/.ssh/authorized_keys’
iii. Run ‘chmod 644 $HOME/.ssh/authorized_keys’
iv. Run ‘chmod 700 $HOME/.ssh’
v. Run ‘chmod 750 $HOME’
vi. Once the above cmds execute successfully, logout (Run ‘logout’) and press R to
restart the session

g. Create Workspace
i. Run ‘createworkspace ccm -b cc_mainline -t 15mainline -v /ws/ameeahme-bgl’
after replacing highlighted part with your username (This will take some time)
ii. If you get Permission Denied, run ‘vi .ssh/id_rsa.pub’ and paste ssh in github
again after deleting the existing ssh, else goto step iii
iii. You will notice process stuck at updating files, press enter and type your
password
iv. Wait for successful creation and you are done 😊

You can also refer these documents,


1) https://wiki.cisco.com/pages/viewpage.action?pageId=131135996
2) https://wiki.cisco.com/display/IPCBU/Getting+Started+-+Prerequisites

You might also like