jems Student Edition

(version 4.14031u2024)
August 31 2024


jems Student Edition is available in 3 versions. The MacOSX version is now adapted to Apple m1, m2 or m3 chip.

The Windows version runs on Windows 10 or 11. It may also run on Windows 7.

The Linux version has been checked on ubuntu 22. It may be compatible to other ubuntu versions.

jems Student Edition is available for download free of charge. jemsSE allows calculations with only a set of 72 predefined crystal structures.

The Help files have been moved out of the downloadable applications and are now available as a large .zip file (jemsHelpFiles.zip).



Anorthite

Figure 1 Anorthite parallel projection.


Xrv9k-~repack~ - Fullk9-7.2.2


Top
Mac OS-X

(version 4.14031u2024 with zulu openjdk 1.8.0_402)

(Mountain Lion, Mavericks, Yosemite, El Capitan, Sierra,
High-Sierra, Mojave, Big Sur, Catalina, Ventura, Sonoma).

Xrv9k-~repack~ - Fullk9-7.2.2

Since you asked for a "helpful article," I have compiled a comprehensive guide below covering what this image is, its key features in version 7.2.2, and how to deploy it effectively.


5. Licensing Note

The fullk9 designation implies the image supports strong encryption, but it may require a specific Smart Licensing registration to unlock performance tiers or advanced features.

Overview of XRv9000 Series

The Cisco XRv9000 Series is a family of virtualized routing platforms designed to run on industry-standard servers. These platforms are part of Cisco's broader strategy to provide flexible, scalable, and virtualized network functions.

2. Obtaining the Image

  1. Navigate to the Cisco Software Download Center.
  2. Search for "IOS XRv 9000".
  3. Locate the 7.2.2 release train.
  4. Download the appropriate file for your hypervisor:
    • .qcow2 for KVM.
    • .iso or .ova for VMware environments.

4. How-To: Deploying the Image (KVM Example)

If you have the .qcow2 file associated with this release, here is the standard deployment workflow for a KVM environment: Xrv9k-fullk9-7.2.2

Step 1: Create the VM Disk Use qemu-img to create a disk that will host the router's configuration and data.

qemu-img create -f qcow2 xrv9k-disk.qcow2 20G

Step 2: Define the VM (virt-install example) You need to point the boot loader to the ISO or the pre-installed qcow2 image provided by Cisco. (Note: If you have the .qcow2 disk image directly, you can use it as the primary drive. If you have an ISO, you must boot from the CD-ROM first).

virt-install \
  --name xrv9k-7.2.2 \
  --ram 8192 \
  --vcpus 2 \
  --disk path=/path/to/xrv9k-fullk9-7.2.2.qcow2,bus=virtio \
  --disk path=/path/to/xrv9k-disk.qcow2,bus=virtio \
  --network bridge=virbr0,model=virtio \
  --graphics none \
  --console pty,target_type=serial \
  --import

Step 3: Initial Configuration

  1. Connect to the console of the VM.
  2. Wait for the boot sequence (it can take 5–10 minutes for the first boot).
  3. You will eventually see the standard IOS XR prompt:
    RP/0/RP0/CPU0:ios#
    
  4. Enter configuration mode to assign an IP address to the Management interface (MgmtEth0/RP0/CPU0/0):
    configure
    interface MgmtEth0/RP0/CPU0/0
    ipv4 address 192.168.1.10 255.255.255.0
    no shutdown
    commit
    

Deep Dive into Xrv9k-fullk9-7.2.2: The Gold Standard for IOS-XRv 9000 Virtual Routing

In the evolving landscape of network engineering, the shift from physical hardware to virtualized instances has been nothing short of revolutionary. At the forefront of this revolution for Cisco-centric environments is the Cisco IOS XR Virtualized Router, specifically the XRv 9000 series. Among the various software versions and package labels circulating in labs and production environments, one term stands out due to its specific feature set and stability: Xrv9k-fullk9-7.2.2.

If you are a network architect, a CCIE candidate, or a DevOps engineer dealing with large-scale routing, understanding what Xrv9k-fullk9-7.2.2 brings to the table is crucial. This article unpacks the semantic meaning of every character in that keyword, explores its architecture, examines its use cases, and provides a definitive guide on why version 7.2.2 with the "Fullk9" designation is a milestone release.

Part 8: Why 7.2.2 is still relevant in 2024/2025

You might ask: "Why not use the latest 7.10.x or 8.x?" Since you asked for a "helpful article," I

The answer is Stability and Resource efficiency. Newer versions of IOS XR require significantly more virtualization overhead (some require 32GB+ RAM just to boot the RP). Xrv9k-fullk9-7.2.2 remains the "Ubuntu 18.04 LTS" of XRv9k images. It is:

Part 4: Use Cases for Xrv9k-fullk9-7.2.2

This specific software image is not for everyone. It sits squarely in the domain of high-end network simulation and light production deployment.

Key Features and Capabilities