How to Set the Time and Time Zone on Junos Devices
To accurately know what (and when) events happen on a single device, it needs to have the correct time and time zone. On a whole network, all the devices must have the same time, especially when you’re trying to track events and problems. Otherwise, you’ll have difficulty tracking sequences of events and determining what went wrong and exactly when.
With Junos, you set the time much like you do when setting a watch. This task is reasonably easy to do in a small network. Simply set the time in operational mode, as follows:
user@junos-device> set date 200802121646
Tue Aug 22 17:45:00 UTC 2011
The time the router displays is not the local time (unless you’re in the United Kingdom in winter); rather, it’s UTC (Universal Time Coordinated, once called Greenwich Mean Time, or GMT). If you want to use the local time zone instead, set the time zone for the device in configuration mode. For the western United States, set the local time zone with this configuration (this is for standard time):
[edit system]
user@junos-device# set time-zone GMT-7
If you operate a larger network or have networks with devices in different time zones, use UTC across the entire network. Networks generally have a centralized time server of some kind, using the Network Time Protocol (NTP) on the device to have it automatically synchronize itself to the time server. If it knows the IP address of the NTP server, the device can synchronize its time whenever it boots:
[edit system]
user@junos-device# set ntp boot-server 192.168.10.20
In a stable network, you don’t reboot devices very often, but the time on the router can slowly drift. You can have the router periodically synchronize its time with the NTP server by leaving out the boot-server option:
[edit system]
user@junos-device# set ntp server 192.168.10.20

Cloud Computing Glossary
cloud computing
A networking solution in which everything — from computing power to computing infrastructure, applications, business processes to personal collaboration — is delivered as a service wherever and whenever you need.

Cloud Computing Glossary
cloud service
The delivery of software, infrastructure, or storage that has been packaged so it can be automated and delivered to customers in a consistent and repeatable manner.

Cloud Computing Glossary
deprovision
The release of cloud services that are no longer needed.

Cloud Computing Glossary
federating
Linking distributed resources together over the cloud.

Cloud Computing Glossary
hypervisor
An operating system that acts as a traffic cop, managing the various virtualization tasks in the cloud to ensure that they make things happen in an orderly manner.

Cloud Computing Glossary
multi-tenancy
The sharing of underlying resources by multiple companies over a cloud.

Cloud Computing Glossary
network attached store
Storage that has its own network address through which it is accessed by the network's workstation users. Acronym: NAS

Cloud Computing Glossary
service level agreement
A contract that stipulates the type of service you need from providers and what type of penalties would result from an unexpected business interruption. Acronym: SLA

Cloud Computing Glossary
solution stack
An integrated set of software that provides everything a developer needs to build an application.

Cloud Computing Glossary
storage area network
A storage systems that is flexible and scalable because it's available to multiple hosts at the same time. Acronym: SAN

Cloud Computing Glossary
vertical industry groups
Workgroups comprised of members from a particular industry such as technology and retail.

Cloud Computing Glossary
virtual memory
The portion of your hard drive that Windows uses to expand the available RAM

Cloud Computing Glossary
virtualization
Using computer resources to imitate other computer resources or whole computers to maximize performance and flexibility.